home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 3250 / GO.BAT < prev    next >
DOS Batch File  |  1992-04-13  |  593b  |  22 lines

  1. echo off
  2. cls
  3. echo ███████████████    VGA Civil War Strategy Game    ███████████████
  4. echo  
  5. echo This game requires VGA. It will NOT work otherwise.
  6. echo  
  7. echo You may run the program with the command "CWS".
  8. echo  
  9. echo You may view or print the documentation from the game program
  10. echo using the "Help" option.
  11. echo  
  12. echo You may also view or print the documentation without running
  13. echo the game program with the command "CWSDOC"
  14. echo  
  15. echo Press ctrl-break to terminate or any other key to run
  16. echo  
  17. echo             VGA Civil War Strategy Game
  18. echo  
  19. pause
  20. cls
  21. cws
  22.